Skip to content

chore(server): migrate from new Buffer to Buffer.from #2754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2018

Conversation

zeripath
Copy link
Contributor

new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes #2753

(This pull request will conflict with pull request #2750 - but the conflict is very easy to resolve.)

new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes angular-fullstack#2753
@Awk34 Awk34 merged commit ada9f23 into angular-fullstack:master Jul 24, 2018
@zeripath zeripath deleted the issue-2753 branch July 27, 2018 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues.
2 participants